home *** CD-ROM | disk | FTP | other *** search
- // HQInfoPanelController.h
- //
- // You may freely copy, distribute, and reuse the code in this example.
- // Apple disclaims any warranty of any kind, expressed or implied, as to its
- // fitness for any particular use.
-
-
- #import <AppKit/AppKit.h>
-
- @interface HQInfoPanelController : NSWindowController {
- IBOutlet NSTextField *versionField;
- IBOutlet NSTextView *textView;
- }
-
- + (id)sharedInfoPanelController;
-
- @end
-